home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / gform.1.1 / INSTALL < prev    next >
Text File  |  1995-10-08  |  1KB  |  63 lines

  1. gform Version 1.1 Last revised 08-Oct-95 HR.
  2.  
  3. INSTALL
  4. ------
  5.  
  6. 1.    Look at the config.h and edit the following vars if needed;
  7.  
  8.     USERDIR   - Users HTML directory. If not defined (default)
  9.             then no '~' expansion permitted.
  10.     MAILER      - Path to "binmail"
  11.     PRINTCMD  - Path to print command.
  12.     PRINTQ      - Switch to use to specify print queue.
  13.  
  14. 2. Do a 'make'
  15.  
  16. 3. Copy 'gform' into your 'cgi-bin' directory.
  17.  
  18. 4. Check it out with one of the included samples.
  19.  
  20. Docco is in gform.html and also gform.txt. The latest can be found
  21. at http://www.swin.edu.au/csit/gform.html
  22.  
  23. --
  24.  
  25. Systems on which its known to work.
  26.  
  27.     - Sun 4.1.3 with with gcc-2.6.2 and cc. 
  28.     - DEC-Alpha 2100 OSF/1 3.0 gcc-2.6.2 and cc.
  29.     - Solaris 2.4 with gcc
  30.  
  31.    If anyone needs to make some porting specific mods, let me know 
  32. and send me a 'diff'. Any suggestions will be welcomed as well.
  33.  
  34. WHAT IS IT
  35. ----------
  36.  
  37. gform is a generic HTML form handling program.
  38.  
  39.  It handles 'application style' forms where the user submits
  40. requests, orders, pizzas etc. 
  41.  
  42. Thanks to the following people for their contributions
  43.  
  44.  Jonathan Magid       jem@sunsite.unc.edu 
  45.  Alan Robertson       alanr@dr.att.com
  46.  
  47. Its place of origin is: 
  48.     
  49.     ftp.swin.edu.au:/pub/cwis/apps/admintools/gform-1.1.tar.gz
  50.  
  51. The author can be contacted at:
  52.  
  53.   harry@swin.edu.au
  54.  
  55. TODO
  56. ----
  57.    
  58.     - PostScript printing option that preserves the look of the form
  59.     - Possible EXEC command to include parameter passing to other
  60.       progs.
  61.  
  62.   harry@swin.edu.au
  63.